-
I am getting is eslint error in one of my files Expected linebreaks to be ‘LF’ but found ‘CRLF’ I …
- 378 views
- 1 answers
- 0 votes
-
I installed the prettier extension on VS Code and it works perfectly for the javascript codes on my local machine. …
- 349 views
- 0 answers
- 0 votes
-
In our project we have prettier, configured for 100 line width. The code: if (someClassHE.avery_long_____________________name && !someDataContainer.configuration.someDataI) { doSomethingImportantMethod1(); } …
- 342 views
- 0 answers
- 0 votes